home *** CD-ROM | disk | FTP | other *** search
/ Cracking 2 / Cracking II..iso / Texty / crackme / CrackMe2eqw.exe / RCDATA / TFORM1 / TFORM1.txt < prev   
Encoding:
Text File  |  2001-06-06  |  1.2 KB  |  67 lines

  1. object Form1: TForm1
  2.   Left = 267
  3.   Top = 178
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'CrackMe #2 By DiABLO'
  7.   ClientHeight = 97
  8.   ClientWidth = 217
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Default'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 34
  23.     Width = 28
  24.     Height = 13
  25.     Caption = 'Code:'
  26.   end
  27.   object Label2: TLabel
  28.     Left = 6
  29.     Top = 10
  30.     Width = 31
  31.     Height = 13
  32.     Caption = 'Name:'
  33.   end
  34.   object Button2: TButton
  35.     Left = 136
  36.     Top = 64
  37.     Width = 75
  38.     Height = 25
  39.     Caption = 'Exit'
  40.     TabOrder = 0
  41.     OnClick = Button2Click
  42.   end
  43.   object Button1: TButton
  44.     Left = 8
  45.     Top = 64
  46.     Width = 81
  47.     Height = 25
  48.     Caption = 'Ok'
  49.     TabOrder = 1
  50.     OnClick = Button1Click
  51.   end
  52.   object Edit1: TEdit
  53.     Left = 40
  54.     Top = 8
  55.     Width = 161
  56.     Height = 21
  57.     TabOrder = 2
  58.   end
  59.   object Edit2: TEdit
  60.     Left = 40
  61.     Top = 32
  62.     Width = 161
  63.     Height = 21
  64.     TabOrder = 3
  65.   end
  66. end
  67.